/* 重置 */
@charset "UTF-8";

html,
body,
div,
p,
ol,
ul,
li,
img {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

a {
    text-decoration: none;
    text-align: center;
    display: block;

}

img {
    max-width: 100%;
    /*display: block*/
}

video {
    width: 100%;
    object-fit: contain
}

html,
body {
    height: 100%;
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
    overflow-y:hidden;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.bgstyle {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat
}
@media screen and (min-width:320px) {
    .page_banner{
        position: relative;
    }
    .location{
        display: none;
    }
}
@media screen and (min-width:375px) {
    .page_banner{
        position: relative;
    }
    .location{
        display: none;
    }
}
@media screen and (min-width:768px) {
    .location{
        display: none;
    }
}
@media screen and (min-width:992px) {
    .location{
        display: flex;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-50%);
    }   
    .location .loca{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        white-space: nowrap;
        color: #fff;
    }
    .location .title{
        margin-right: .94rem;
        font-size: 1.5rem;
        color: #fff;
    }
    .location .loca a{
        height: auto;
        color: #fff;
    }
}
@media screen and (min-width:1200px) {
    .location{
        display: flex;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-50%);
        
    }   
    .location .title{
        margin-right: .94rem;
        font-size: 1.5rem;
    }
    .location .loca{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        white-space: nowrap;
    }
    .location .loca a{
        height: auto;
    }
}